projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57714b9
)
file chooser: Don't force a scrollbar
author
Matthias Clasen
<mclasen@redhat.com>
Fri, 9 Jan 2015 03:27:47 +0000
(22:27 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Fri, 9 Jan 2015 03:27:47 +0000
(22:27 -0500)
No point in showing the scrollbar when it is not needed.
https://bugzilla.gnome.org/show_bug.cgi?id=742343
gtk/ui/gtkfilechooserwidget.ui
patch
|
blob
|
history
diff --git
a/gtk/ui/gtkfilechooserwidget.ui
b/gtk/ui/gtkfilechooserwidget.ui
index a1aed0803398179fe34fb0c92f5af168a99c77be..63ccda8233378d3779340bd19201fc20580829df 100644
(file)
--- a/
gtk/ui/gtkfilechooserwidget.ui
+++ b/
gtk/ui/gtkfilechooserwidget.ui
@@
-167,7
+167,6
@@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="hscrollbar_policy">never</property>
- <property name="vscrollbar_policy">always</property>
<property name="shadow_type">none</property>
<child>
<object class="GtkTreeView" id="browse_files_tree_view">